Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatting Class / ConditionalFormatting Constructor / ConditionalFormatting Constructor(IEnumerable<CellRange>)
The ranges.


In This Topic
    ConditionalFormatting Constructor(IEnumerable<CellRange>)
    In This Topic
    Initializes a new instance of the ConditionalFormatting class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ranges As IEnumerable(Of CellRange) _
    )
    'Usage
     
    
    Dim ranges As IEnumerable(Of CellRange)
     
    Dim instance As New ConditionalFormatting(ranges)
    public ConditionalFormatting( 
       IEnumerable<CellRange> ranges
    )

    Parameters

    ranges
    The ranges.
    See Also